projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2fdb55
)
(with-temp-buffer): Add indentation property.
author
Erik Naggum
<erik@naggum.no>
Thu, 3 Oct 1996 02:16:38 +0000
(
02:16
+0000)
committer
Erik Naggum
<erik@naggum.no>
Thu, 3 Oct 1996 02:16:38 +0000
(
02:16
+0000)
lisp/emacs-lisp/lisp-mode.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/lisp-mode.el
b/lisp/emacs-lisp/lisp-mode.el
index 424db7d7ddbf7996ebdcb853f635a8e6674c4b22..e3266c924d739dc67780232cf9d05b557af58844 100644
(file)
--- a/
lisp/emacs-lisp/lisp-mode.el
+++ b/
lisp/emacs-lisp/lisp-mode.el
@@
-583,6
+583,7
@@
of the start of the containing expression."
(put 'with-current-buffer 'lisp-indent-function 0)
(put 'with-output-to-string 'lisp-indent-function 0)
(put 'with-temp-file 'lisp-indent-function 1)
+(put 'with-temp-buffer 'lisp-indent-function 0)
(put 'let 'lisp-indent-function 1)
(put 'let* 'lisp-indent-function 1)
(put 'while 'lisp-indent-function 1)